| Modifier and Type | Field and Description |
|---|---|
protected Domain |
OpponentModel.dDomain |
| Modifier and Type | Method and Description |
|---|---|
Domain |
UtilitySpaceHypothesis.getDomain() |
Domain |
OpponentModel.getDomain() |
| Constructor and Description |
|---|
UtilitySpaceHypothesis(Domain pDomain,
UtilitySpace pUS,
WeightHypothesis pWeightHyp,
EvaluatorHypothesis[] pEvalHyp) |
WeightHypothesis(Domain pDomain) |
| Modifier and Type | Method and Description |
|---|---|
Domain |
PreferenceProfileManager.getDomain() |
| Modifier and Type | Field and Description |
|---|---|
protected Domain |
BilateralAgent.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Domain |
OpponentModel.fDomain |
| Modifier and Type | Method and Description |
|---|---|
Domain |
UtilitySpaceHypothesis.getDomain() |
Domain |
OpponentModel.getDomain() |
| Constructor and Description |
|---|
UtilitySpaceHypothesis(Domain pDomain,
UtilitySpace pUS,
WeightHypothesis pWeightHyp,
EvaluatorHypothesis[] pEvalHyp) |
WeightHypothesis(Domain pDomain) |
WeightHypothesis2(Domain pDomain) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DomainGenerator.findDomain(Domain domain,
UtilitySpace spaceA,
UtilitySpace spaceB,
java.lang.String logToDirA,
java.lang.String logToDirB,
Range opp,
Range dist,
boolean biasForHighOpp,
boolean varyBoth)
Method which keeps generating new domains until a domain satisfying the bounds
on the opposition and bid distribution is found.
|
| Modifier and Type | Field and Description |
|---|---|
protected Domain |
BidIterator.fDomain |
| Constructor and Description |
|---|
Bid(Domain domainP,
java.util.HashMap<java.lang.Integer,Value> bidP)
create a new bid in a domain.
|
BidIterator(Domain pDomain)
Creates an iterator for the given outcomespace (domain).
|
LinearBidIterator(Domain domain,
UtilitySpace space,
double maxUtil,
double minUtil) |
| Modifier and Type | Field and Description |
|---|---|
protected Domain |
NegotiationSession.domain
Reference to the negotiation domain.
|
| Modifier and Type | Method and Description |
|---|---|
Domain |
NegotiationSession.getDomain()
Returns the negotiation domain.
|
| Constructor and Description |
|---|
UtilitySpaceAdapter(OpponentModel opponentModel,
Domain domain) |
| Modifier and Type | Field and Description |
|---|---|
protected Domain |
Protocol.domain
--
|
| Modifier and Type | Method and Description |
|---|---|
Domain |
Protocol.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
Domain |
AlternatingOffersProtocol.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
Domain |
Repository.getDomain(DomainRepItem domainRepItem) |
Domain |
Repository.getDomain(java.lang.String file) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Repository.existUtilitySpace(Domain domain,
ProfileRepItem profile) |
UtilitySpace |
Repository.getUtilitySpace(Domain domain,
ProfileRepItem profile) |
UtilitySpace |
Repository.getUtilitySpace(Domain domain,
java.lang.String file) |
| Modifier and Type | Field and Description |
|---|---|
protected Domain |
UtilitySpace.domain |
| Modifier and Type | Method and Description |
|---|---|
Domain |
UtilitySpace.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
void |
UtilitySpace.checkReadyForNegotiation(Domain dom)
check if this utility space is ready for negotiation.
|
| Constructor and Description |
|---|
UtilitySpace(Domain domain)
Creates a new utilityspace of the given domain.
|
UtilitySpace(Domain domain,
java.util.Map<Objective,Evaluator> fEvaluators) |
UtilitySpace(Domain domain,
java.lang.String fileName)
Create new default util space for a given domain.
|